Björn Lindqvist [Mon, 4 Aug 2008 21:37:02 +0000 (21:37 +0000)]
Bug 534979 – GtkImageMenuItem is a bin but has two children.
2008-08-04 Björn Lindqvist <bjourne@gmail.com>
Bug 534979 – GtkImageMenuItem is a bin but has two children.
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_forall): Do not
include the image widget when iterating over non-internal
children. Patch by rainwoodman.
svn path=/trunk/; revision=20985
Matthias Clasen [Mon, 4 Aug 2008 18:41:28 +0000 (18:41 +0000)]
Updates
svn path=/trunk/; revision=20984
Matthias Clasen [Mon, 4 Aug 2008 18:24:14 +0000 (18:24 +0000)]
Bump glib dependency
svn path=/trunk/; revision=20983
Michael Natterer [Mon, 4 Aug 2008 17:59:43 +0000 (17:59 +0000)]
gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecated
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.c
* gtk/gtkctree.c
* gtk/gtkpixmap.c
* gtk/gtkpreview.c: get rid of using deprecated GDK APIs.
* gtk/gtktext.c: ditto, apart from the text cruft APIs.
svn path=/trunk/; revision=20982
Michael Natterer [Mon, 4 Aug 2008 17:17:46 +0000 (17:17 +0000)]
call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags.
2008-08-04 Michael Natterer <mitch@imendio.com>
* gdk/gdk.c (gdk_parse_args): call gdk_rgb_set_verbose(TRUE) if
"gdkrgb" is in the debug flags.
* gdk/gdkrgb.c (gdk_rgb_init): remove setting the verbose flag
here, this function is deprecated and the debug flag didn't work
when using GDK properly.
svn path=/trunk/; revision=20981
Matthias Clasen [Mon, 4 Aug 2008 16:36:28 +0000 (16:36 +0000)]
Update to handle GEmblem`
svn path=/trunk/; revision=20980
Michael Natterer [Mon, 4 Aug 2008 16:33:28 +0000 (16:33 +0000)]
undeprecate (apart from still using GtkOptionMenu).
2008-08-04 Michael Natterer <mitch@imendio.com>
* tests/prop-editor.c: undeprecate (apart from still using
GtkOptionMenu).
svn path=/trunk/; revision=20979
Tor Lillqvist [Mon, 4 Aug 2008 16:28:42 +0000 (16:28 +0000)]
Fix syntax error.
2008-08-04 Tor Lillqvist <tml@novell.com>
* he.po: Fix syntax error.
svn path=/trunk/; revision=20978
Michael Natterer [Mon, 4 Aug 2008 16:12:23 +0000 (16:12 +0000)]
gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED.
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkseparatortoolitem.c
* tests/testactions.c: remove pointless #undef GTK_DISABLE_DEPRECATED.
* gtk/gtkcalendar.c (calendar_set_display_option): use
gtk_calendar_set_display_options() instead of the deprecated
gtk_calendar_display_options().
svn path=/trunk/; revision=20977
Yair Hershkovitz [Mon, 4 Aug 2008 15:18:07 +0000 (15:18 +0000)]
updated hebrew translation
svn path=/trunk/; revision=20976
Carlos Garnacho [Mon, 4 Aug 2008 15:17:27 +0000 (15:17 +0000)]
Fix "/* within comment" warning.
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning.
svn path=/trunk/; revision=20975
Changwoo Ryu [Mon, 4 Aug 2008 15:13:36 +0000 (15:13 +0000)]
Updated Korean translation
svn path=/trunk/; revision=20974
Carlos Garnacho [Mon, 4 Aug 2008 14:46:22 +0000 (14:46 +0000)]
Set drag window background to be the GtkNotebook background color. This is
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtknotebook.c (gtk_notebook_expose): Set drag window background
to be the GtkNotebook background color. This is a workaround to
prevent black pixels in rounded tabs when reordering. Improves
#368234.
svn path=/trunk/; revision=20973
Carlos Garnacho [Mon, 4 Aug 2008 14:43:53 +0000 (14:43 +0000)]
Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtk.symbols:
* gtk/gtkfilechooserbutton.[ch]:
* gtk/gtkfilechooserdefault.[ch]:
* gtk/gtkfilechooserdialog.[ch]:
* gtk/gtkfilechooserwidget.[ch]: Deprecate
gtk_file_chooser_*_new_with_backend(), since GIO is already used
directly. Fixes #545976.
svn path=/trunk/; revision=20972
Carlos Garnacho [Mon, 4 Aug 2008 14:43:05 +0000 (14:43 +0000)]
Make GFile-oriented API public. Fixes #545978.
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtk.symbols:
* gtk/gtkfilechooser.[ch]: Make GFile-oriented API public. Fixes
#545978.
* gtk/gtkfilechooserbutton.c:
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserutils.c: Update to use public GFile API.
svn path=/trunk/; revision=20971
Michael Natterer [Mon, 4 Aug 2008 14:38:35 +0000 (14:38 +0000)]
build with GTK_DISABLE_DEPRECATED again.
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED again.
Fix pltcheck.sh by restricting the visibility of deprecated
symbols to the places where they are actually used:
* gtk/gtkclist.c
* gtk/gtkctree.c
* gtk/gtklistitem.c
* gtk/gtklist.c
* gtk/gtkprogressbar.c
* gtk/gtkpixmap.c
* gtk/gtkprogress.c: #undef GTK_DISABLE_DEPRECATED and #define
__GTK_FOO_C__ on top instead of before including gtkaliasdef.c.
* gtk/gtkclist.h
* gtk/gtkctree.h
* gtk/gtklistitem.h
* gtk/gtklist.h
* gtk/gtkpixmap.h
* gtk/gtkprogress.h: make the headers visible if the respective
__GTK_FOO_C__ are defined.
svn path=/trunk/; revision=20970
Michael Natterer [Mon, 4 Aug 2008 14:23:55 +0000 (14:23 +0000)]
gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.c
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.c
* gtk/gtklist.c
* gtk/gtkoldeditable.c
* gtk/gtkpixmap.c
* gtk/gtktipsquery.c
* gtk/gtktree.c
* gtk/gtktreeitem.c: avoid using deprecated GtkWidget API.
svn path=/trunk/; revision=20969
Michael Natterer [Mon, 4 Aug 2008 14:13:56 +0000 (14:13 +0000)]
gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.[ch]
* gtk/gtkctree.[ch]
* gtk/gtkitemfactory.[ch]
* gtk/gtkobject.[ch]
* gtk/gtksignal.[ch]: s/GtkDestroyNotify/GDestroyNotify/g
svn path=/trunk/; revision=20967
Sven Neumann [Mon, 4 Aug 2008 14:13:12 +0000 (14:13 +0000)]
update the link color when the "visited" state is changed.
2008-08-04 Sven Neumann <sven@gimp.org>
* gtk/gtklinkbutton.c (gtk_link_button_set_uri): update the link
color when the "visited" state is changed.
svn path=/trunk/; revision=20966
Michael Natterer [Mon, 4 Aug 2008 13:52:56 +0000 (13:52 +0000)]
move the code of the deprecated gtk_window_set_policy() to a new private
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkwindow.c: move the code of the deprecated
gtk_window_set_policy() to a new private function
gtk_window_set_policy_internal() and call it from
gtk_window_set_policy().
(gtk_window_set_resizable): use the new internal function in order
to avoid our own deprecated public API.
svn path=/trunk/; revision=20965
Michael Natterer [Mon, 4 Aug 2008 11:08:33 +0000 (11:08 +0000)]
move the code of the deprecated gtk_binding_entry_clear() to a new private
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkbindings.c: move the code of the deprecated
gtk_binding_entry_clear() to a new private function
gtk_binding_entry_clear_internal() and call it from
gtk_binding_entry_clear().
(_gtk_binding_entry_add_signall)
(gtk_binding_parse_bind): use the new internal function in order
to avoid our own deprecated public API.
svn path=/trunk/; revision=20963
Michael Natterer [Mon, 4 Aug 2008 10:33:02 +0000 (10:33 +0000)]
avoid our own deprecated public API and use
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkfontsel.c (gtk_font_selection_dialog_get_font):
avoid our own deprecated public API and use
gtk_font_selection_get_font_internal() instead of
gtk_font_selection_get_font().
(gtk_font_selection_get_font)
(gtk_font_selection_dialog_get_font): Add missing
"Deprecated: 2.0" to the api doc comments.
svn path=/trunk/; revision=20962
Michael Natterer [Mon, 4 Aug 2008 10:20:16 +0000 (10:20 +0000)]
add the generated PNGs to CLEANFILES.
2008-08-04 Michael Natterer <mitch@imendio.com>
* gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES.
svn path=/trunk/; revision=20961
Tor Lillqvist [Mon, 4 Aug 2008 09:05:51 +0000 (09:05 +0000)]
Small improvement.
svn path=/trunk/; revision=20960
Tor Lillqvist [Sun, 3 Aug 2008 23:48:48 +0000 (23:48 +0000)]
Pass appropriate -machine flag to lib.exe.
2008-08-04 Tor Lillqvist <tml@novell.com>
* libgail-util/Makefile.am: Pass appropriate -machine flag to
lib.exe.
svn path=/trunk/; revision=20959
Tor Lillqvist [Sun, 3 Aug 2008 23:47:52 +0000 (23:47 +0000)]
Pass appropriate -machine flag to lib.exe.
2008-08-04 Tor Lillqvist <tml@novell.com>
* Makefile.am: Pass appropriate -machine flag to lib.exe.
svn path=/trunk/; revision=20958
Tor Lillqvist [Sun, 3 Aug 2008 23:47:10 +0000 (23:47 +0000)]
Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.
2008-08-04 Tor Lillqvist <tml@novell.com>
* configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
Windows. AC_SUBST it.
* gdk/Makefile.am
* gtk/Makefile.am: Pass appropriate -machine flag to lib.exe.
svn path=/trunk/; revision=20957
Tor Lillqvist [Sun, 3 Aug 2008 23:36:17 +0000 (23:36 +0000)]
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
2008-08-04 Tor Lillqvist <tml@novell.com>
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
* configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER.
* gdk/gdkconfig.h.win32: Ditto here.
svn path=/trunk/; revision=20956
Tor Lillqvist [Sun, 3 Aug 2008 23:16:31 +0000 (23:16 +0000)]
Fix typo in Win32 and Quartz code:
2008-08-04 Tor Lillqvist <tml@novell.com>
* gtk/gtkstatusicon.c: Fix typo in Win32 and Quartz code:
s/gtk_icon_icon_info_load_icon/gtk_icon_info_load_icon/ .
svn path=/trunk/; revision=20955
Tor Lillqvist [Sun, 3 Aug 2008 23:09:28 +0000 (23:09 +0000)]
Don't bother with the test "if gio can sniff png" if $gio_can_sniff has
2008-08-04 Tor Lillqvist <tml@novell.com>
* configure.in: Don't bother with the test "if gio can sniff png"
if $gio_can_sniff has been already set. Preset it to "no" for
Win32. This helps cross-compilation from 32-bit Windows to
64-bit. No idea how this should be handled for cross-compilation
in general.
svn path=/trunk/; revision=20954
Tor Lillqvist [Sun, 3 Aug 2008 23:05:37 +0000 (23:05 +0000)]
Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA
2008-08-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdisplay-win32.c: Don't bother looking up
EnumDisplayMonitors and GetMonitorInfoA dynamically, they are
present in NT-based Windows since Windows 2000.
(enum_monitor): For some reason the MONITORINFOEX struct in
mingw-win64 is different than the proper one as in MSDN and 32-bit
mingw, so just copy the proper definition here.
svn path=/trunk/; revision=20953
Björn Lindqvist [Sun, 3 Aug 2008 19:38:21 +0000 (19:38 +0000)]
Bug 540379 – gtk_tree_view_enable_model_drag_dest and
2008-08-03 Björn Lindqvist <bjourne@gmail.com>
Bug 540379 – gtk_tree_view_enable_model_drag_dest and
gtk_tree_view_enable_model_drag_source unsets reorderable property
* gtk/gtktreeview.c: Improve docstrings regarding reorderable
property.
svn path=/trunk/; revision=20952
Matthias Clasen [Sun, 3 Aug 2008 19:28:05 +0000 (19:28 +0000)]
Support GEmblemedIcon
svn path=/trunk/; revision=20951
Matthias Clasen [Sun, 3 Aug 2008 19:25:00 +0000 (19:25 +0000)]
Add translator comment
svn path=/trunk/; revision=20950
Ignacio Casal Quinteiro [Sun, 3 Aug 2008 18:36:36 +0000 (18:36 +0000)]
Updated Galician translation
svn path=/trunk/; revision=20949
Ignacio Casal Quinteiro [Sun, 3 Aug 2008 18:32:40 +0000 (18:32 +0000)]
Updated Galician translation
svn path=/trunk/; revision=20948
Jorge Gonzalez Gonzalez [Sun, 3 Aug 2008 18:11:01 +0000 (18:11 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=20947
Jorge Gonzalez Gonzalez [Sun, 3 Aug 2008 17:57:40 +0000 (17:57 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=20946
Tor Lillqvist [Sat, 2 Aug 2008 11:29:31 +0000 (11:29 +0000)]
Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings
2008-08-02 Tor Lillqvist <tml@novell.com>
Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings
* gtk/gtkprintoperation-win32.c (devmode_from_settings): Plug
potential leak. Thanks to Morten Welinder.
svn path=/trunk/; revision=20944
Tor Lillqvist [Sat, 2 Aug 2008 09:31:01 +0000 (09:31 +0000)]
gtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic fixups after patch
2008-08-02 Tor Lillqvist <tml@novell.com>
* gtk/gtkprint-win32.c
* gtk/gtkprint-win32.h
* gtk/gtkprintoperation-win32.c: Cosmetic fixups after patch
below.
svn path=/trunk/; revision=20943
Tor Lillqvist [Sat, 2 Aug 2008 09:27:47 +0000 (09:27 +0000)]
Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows
2008-08-02 Tor Lillqvist <tml@novell.com>
Bug 339699 - implement gtk_print_operation_set_show_dialog for
Windows
* gtk/gtkprint-win32.c
* gtk/gtkprint-win32.h
* gtk/gtkprintoperation-win32.c: Patch by ecyrbe@gmail.com.
svn path=/trunk/; revision=20942
Matthias Clasen [Sat, 2 Aug 2008 05:07:48 +0000 (05:07 +0000)]
Add new functions
svn path=/trunk/; revision=20941
Matthias Clasen [Sat, 2 Aug 2008 05:07:02 +0000 (05:07 +0000)]
Add GIcon support to GtkStatusIcon
svn path=/trunk/; revision=20940
Matthias Clasen [Sat, 2 Aug 2008 04:52:54 +0000 (04:52 +0000)]
Bug 429427 – Add "arrow-spacing" style property to GtkRange
2008-08-02 Matthias Clasen <mclasen@redhat.com>
Bug 429427 – Add "arrow-spacing" style property to GtkRange
* gtk/gtkrange.c: Add an arrow-spacing style property.
Patch by Carlos Garnacho and Christian Dywan
svn path=/trunk/; revision=20939
Matthias Clasen [Sat, 2 Aug 2008 04:48:47 +0000 (04:48 +0000)]
Bug 429411 – add style properties to set minimum progressbar
2008-08-02 Matthias Clasen <mclasen@redhat.com>
Bug 429411 – add style properties to set minimum progressbar
width/height
* gtk/gtkprogressbar.c: Add style properties for minimum size.
Patch by Carlos Garnacho and Christian Dywan
svn path=/trunk/; revision=20938
Matthias Clasen [Sat, 2 Aug 2008 04:46:13 +0000 (04:46 +0000)]
log entry
svn path=/trunk/; revision=20937
Matthias Clasen [Sat, 2 Aug 2008 04:45:15 +0000 (04:45 +0000)]
Improve the docs
svn path=/trunk/; revision=20936
Matthias Clasen [Sat, 2 Aug 2008 04:42:36 +0000 (04:42 +0000)]
Add an example to the docs
svn path=/trunk/; revision=20935
Matthias Clasen [Sat, 2 Aug 2008 04:37:47 +0000 (04:37 +0000)]
Fix GtkBuilder examples
svn path=/trunk/; revision=20934
Matthias Clasen [Sat, 2 Aug 2008 04:35:02 +0000 (04:35 +0000)]
Bug 540834 – Insensitive widgets cannot be grabbed
2008-08-02 Matthias Clasen <mclasen@redhat.com>
Bug 540834 – Insensitive widgets cannot be grabbed
* gtk/tmpl/gtkmain.sgml: Explain that insensitive widgets
cannot be grabbed. Patch by Björn Lindqvist
svn path=/trunk/; revision=20933
Matthias Clasen [Sat, 2 Aug 2008 04:32:12 +0000 (04:32 +0000)]
Bug 539733 – No way to control treeview separator height
svn path=/trunk/; revision=20932
Matthias Clasen [Sat, 2 Aug 2008 04:29:47 +0000 (04:29 +0000)]
Bug 65818 – rename gtk_window_set_default() and add getter for it
svn path=/trunk/; revision=20931
Matthias Clasen [Sat, 2 Aug 2008 04:23:13 +0000 (04:23 +0000)]
Use po/LINGUAS
svn path=/trunk/; revision=20930
Matthias Clasen [Sat, 2 Aug 2008 04:12:55 +0000 (04:12 +0000)]
Improve docs
svn path=/trunk/; revision=20929
Claudio Saavedra [Sat, 2 Aug 2008 01:25:20 +0000 (01:25 +0000)]
Bug 545931 – small documentation typos
2008-08-01 Claudio Saavedra <csaavedra@igalia.com>
Bug 545931 – small documentation typos
* gtk/gtkcomboboxentry.c: Fix some typos in the documentation.
svn path=/trunk/; revision=20927
Hans Breuer [Fri, 1 Aug 2008 14:43:22 +0000 (14:43 +0000)]
build gdkwindowimpl
2008-08-01 Hans Breuer <hans@breuer.org>
* gdk/makefile.msc : build gdkwindowimpl
* gtk/gtkwidget.c : fix c99ism - declaration needs to be at the
start of a block
* tests/makefile.msc : update
svn path=/trunk/; revision=20926
Cody Russell [Fri, 1 Aug 2008 04:20:40 +0000 (04:20 +0000)]
Fix duplicately-added file, oops
svn path=/trunk/; revision=20925
Cody Russell [Fri, 1 Aug 2008 03:30:50 +0000 (03:30 +0000)]
Bug 56070 – Can't click button after setting it sensitive.
2008-07-31 Cody Russell <bratsche@gnome.org>
Bug 56070 – Can't click button after setting it sensitive.
* gtk/gtkwidget.[ch]
* gtk/gtkwindow.c
* gtk/gtkmain.c
* gtk/gtkbutton.c
* gtk/gtkprivate.h
* gdk/gdkevents.h: Synthesize crossing events events where necessary.
* gtk/tests/crossingevents.c: Add unit tests for crossing events.
Big thanks to Ed Catmur, Matthias Clasen, and everyone else who
has worked on and helped out with this.
svn path=/trunk/; revision=20924
Matthias Clasen [Thu, 31 Jul 2008 23:56:17 +0000 (23:56 +0000)]
Bug 424207 – printing hangs on unreachable cups server
svn path=/trunk/; revision=20923
Matthias Clasen [Thu, 31 Jul 2008 22:27:02 +0000 (22:27 +0000)]
Use a second-granularity timer.
svn path=/trunk/; revision=20922
Matthias Clasen [Thu, 31 Jul 2008 22:19:07 +0000 (22:19 +0000)]
Use g_timeout_add_seconds
svn path=/trunk/; revision=20921
Matthias Clasen [Thu, 31 Jul 2008 22:12:41 +0000 (22:12 +0000)]
Add new api
svn path=/trunk/; revision=20920
Matthias Clasen [Thu, 31 Jul 2008 22:11:44 +0000 (22:11 +0000)]
Add gdk_threads_add_timeout_seconds{_full}
svn path=/trunk/; revision=20919
Duarte Loreto [Thu, 31 Jul 2008 11:17:10 +0000 (11:17 +0000)]
Updated Portuguese translation.
2008-07-31 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=20918
Duarte Loreto [Thu, 31 Jul 2008 10:47:42 +0000 (10:47 +0000)]
Updated Portuguese translation.
2008-07-31 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=20917
Tor Lillqvist [Wed, 30 Jul 2008 09:52:42 +0000 (09:52 +0000)]
Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth and
2008-07-30 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c: Fix problems in handling custom
paper sizes. The DEVMODE::dmPaperWidth and dmPaperLength are in
tenths of a millimeter, and the RECT passed to CreateEnhMetaFile()
is in hundredths of a millimeter. Patch by Sven Neumann.
svn path=/trunk/; revision=20916
Djihed Afifi [Tue, 29 Jul 2008 01:32:57 +0000 (01:32 +0000)]
Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=20913
Matthias Clasen [Mon, 28 Jul 2008 23:29:38 +0000 (23:29 +0000)]
Small doc improvement
svn path=/trunk/; revision=20912
Kjartan Maraas [Mon, 28 Jul 2008 18:28:17 +0000 (18:28 +0000)]
Updated Norwegian bokmål translation.
2008-07-28 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=20911
Matthias Clasen [Mon, 28 Jul 2008 16:15:14 +0000 (16:15 +0000)]
Support rendering GEmblemedIcon
svn path=/trunk/; revision=20910
Takeshi AIHANA [Sun, 27 Jul 2008 12:30:13 +0000 (12:30 +0000)]
Updated Japanese translation.
2008-07-27 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=20909
Sven Herzberg [Sat, 26 Jul 2008 23:58:34 +0000 (23:58 +0000)]
Bug 544863 – gtkquartz.h not included in released 2.13.5 package
2008-07-27 Sven Herzberg <sven@imendio.com>
Bug 544863 – gtkquartz.h not included in released 2.13.5 package
* gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST
svn path=/trunk/; revision=20908
Leonardo Ferreira Fontenelle [Sat, 26 Jul 2008 01:09:51 +0000 (01:09 +0000)]
Terminology improvements by Vladimir Melo.
2008-07-25 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Terminology improvements by Vladimir Melo.
svn path=/trunk/; revision=20907
Leonardo Ferreira Fontenelle [Sat, 26 Jul 2008 01:05:03 +0000 (01:05 +0000)]
Terminology improvements by Vladimir Melo.
2008-07-25 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Terminology improvements by Vladimir Melo.
svn path=/trunk/; revision=20906
Murray Cumming [Fri, 25 Jul 2008 15:42:41 +0000 (15:42 +0000)]
Documented the activate and popup-menu signals as being for use by
2008-07-25 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkstatusicon.c (gtk_status_icon_class_init):
Documented the activate and popup-menu signals as being for use
by applications and language bindings, though they are G_SIGNAL_ACTION,
as stated in bug #361561.
svn path=/trunk/; revision=20905
Sebastien Bacher [Thu, 24 Jul 2008 12:56:59 +0000 (12:56 +0000)]
don't try free gettext() values,
fix a printing dialog crasher (bug 544390)
svn path=/trunk/; revision=20904
Cody Russell [Thu, 24 Jul 2008 12:55:53 +0000 (12:55 +0000)]
Bug 544510 – SetTimer callback signatures has the wrong type
2008-07-24 Cody Russell <bratsche@gnome.org>
Bug 544510 – SetTimer callback signatures has the wrong type
* gdk/win32/gdkevents-win32.c: Fix modal_timer_proc() and
sync_timer_proc() to use UINT_PTR for the 'id' parameter
instead of 'id'. Patch by Richard Hult.
svn path=/trunk/; revision=20903
Matthias Clasen [Thu, 24 Jul 2008 04:02:37 +0000 (04:02 +0000)]
Add translator hints
svn path=/trunk/; revision=20902
Matthias Clasen [Thu, 24 Jul 2008 03:38:08 +0000 (03:38 +0000)]
Bug 544265 – GDK assumes XFIXES extension
2008-07-23 Matthias Clasen <mclasen@redhat.com>
Bug 544265 – GDK assumes XFIXES extension
* gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
Only call XFixes functions if the server has the extension.
Reported by Ian Turner.
svn path=/trunk/; revision=20901
Laurent Dhima [Wed, 23 Jul 2008 17:05:23 +0000 (17:05 +0000)]
Updated Albanian translation.
svn path=/trunk/; revision=20900
Daniel Nylander [Wed, 23 Jul 2008 15:42:49 +0000 (15:42 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=20899
Tor Lillqvist [Wed, 23 Jul 2008 09:09:34 +0000 (09:09 +0000)]
Clarification.
svn path=/trunk/; revision=20898
Matthias Clasen [Wed, 23 Jul 2008 04:20:15 +0000 (04:20 +0000)]
More correct content type handling
svn path=/trunk/; revision=20897
Sven Herzberg [Tue, 22 Jul 2008 21:21:53 +0000 (21:21 +0000)]
Fix svn:ignore and the include condition
2008-07-22 Sven Herzberg <sven@imendio.com>
Fix svn:ignore and the include condition
* gdk/tests/check-gdk-cairo.c: ifndef => ifdef
svn path=/trunk/; revision=20896
Tor Lillqvist [Tue, 22 Jul 2008 20:14:01 +0000 (20:14 +0000)]
Workaround for what apparently is a bug in MSYS: returning -1 from main()
2008-07-22 Tor Lillqvist <tml@novell.com>
* configure.in: Workaround for what apparently is a bug in MSYS:
returning -1 from main() is misinterpreted as exit status 0, so
make sure we return 0 or 1.
svn path=/trunk/; revision=20895
Sven Herzberg [Tue, 22 Jul 2008 18:50:54 +0000 (18:50 +0000)]
Add a test for my fixes from July 20th.
2008-07-22 Sven Herzberg <sven@imendio.com>
Add a test for my fixes from July 20th.
* configure.in: create gdk/tests/Makefile
* gdk/Makefile.am: include the tests subfolder
* gdk/tests/Makefile.am: create and run my test
* gdk/tests/check-gdk-cairo.c (test), (main): the test that I wrote
(passes at least for x11 and quartz backends)
svn path=/trunk/; revision=20894
Frederic Crozat [Tue, 22 Jul 2008 17:41:39 +0000 (17:41 +0000)]
Don't use RandR 1.2 if driver is detected as randr12_compat (ie X driver
2008-07-22 Frederic Crozat <fcrozat@mandriva.com>
* gdk/x11/gdkscreen-x11.c: Don't use RandR 1.2
if driver is detected as randr12_compat (ie X driver
is not RandR 1.2 compliant). Fixes multihead with
such drivers. Bug #543317.
svn path=/trunk/; revision=20893
Daniel Nylander [Tue, 22 Jul 2008 15:52:09 +0000 (15:52 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=20892
Matthias Clasen [Tue, 22 Jul 2008 15:07:14 +0000 (15:07 +0000)]
Default to linking against Xinerama again, so that we can fallback to
* configure.in: Default to linking against Xinerama again,
so that we can fallback to Xinerama when broken X drivers
make Xrandr useless. Sigh.
svn path=/trunk/; revision=20891
Matthias Clasen [Tue, 22 Jul 2008 00:44:04 +0000 (00:44 +0000)]
Bump version
svn path=/trunk/; revision=20890
Matthias Clasen [Tue, 22 Jul 2008 00:39:10 +0000 (00:39 +0000)]
2.13.5
svn path=/trunk/; revision=20888
Matthias Clasen [Mon, 21 Jul 2008 23:23:41 +0000 (23:23 +0000)]
Doc fixes
svn path=/trunk/; revision=20887
Tomasz Dominikowski [Mon, 21 Jul 2008 15:20:53 +0000 (15:20 +0000)]
Polish translation update
svn path=/trunk/; revision=20886
Michael Natterer [Mon, 21 Jul 2008 14:35:51 +0000 (14:35 +0000)]
use gtk_box_pack_start() instead of the deprecated
2008-07-21 Michael Natterer <mitch@imendio.com>
* gtk/gtkbox.c (gtk_box_add): use gtk_box_pack_start() instead of
the deprecated gtk_box_pack_start_defaults().
* gtk/gtkbindings.c (gtk_binding_entry_add_signal)
(gtk_binding_parse_signal): use _gtk_binding_entry_add_signall()
instead of the deprecated gtk_binding_entry_add_signall().
svn path=/trunk/; revision=20885
Emmanuele Bassi [Mon, 21 Jul 2008 13:37:15 +0000 (13:37 +0000)]
Use GSlice to allocate the application data for recently used resources;
2008-07-21 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c:
(recent_app_info_new), (recent_app_info_free): Use GSlice to
allocate the application data for recently used resources;
do not call time() to initialize the timestamp, as it will
be overwritten anyway later. (#535223, Michael Meeks)
svn path=/trunk/; revision=20884
Kristian Rietveld [Mon, 21 Jul 2008 13:32:05 +0000 (13:32 +0000)]
Bug 543989 - Crash in gtk_tree_view_size_allocate_columns
2008-07-21 Kristian Rietveld <kris@gtk.org>
Bug 543989 - Crash in gtk_tree_view_size_allocate_columns
* gtk/gtktreeview.c (gtk_tree_view_size_allocate_columns): check
for width_changed != NULL. (Patch by Josselin Mouette).
svn path=/trunk/; revision=20883
Michael Natterer [Mon, 21 Jul 2008 12:58:36 +0000 (12:58 +0000)]
Bug 442042 – GtkScaleButton is too limited
2008-07-21 Michael Natterer <mitch@imendio.com>
Bug 442042 – GtkScaleButton is too limited
* tests/testvolumebutton.c: forgot to commit code that tests
toggling the button's orientation. Also fixes the file's coding
style.
svn path=/trunk/; revision=20882
Cody Russell [Mon, 21 Jul 2008 12:46:41 +0000 (12:46 +0000)]
Bug 153567 – Repaint glitches in widgets
2008-07-21 Cody Russell <bratsche@gnome.org>
Bug 153567 – Repaint glitches in widgets
* gdk/win32/gdkevents-win32.c: Set a sync timer when
we receive WM_SYNCPAINT, and RedrawWindow() once
the timer expires.
svn path=/trunk/; revision=20881
Michael Natterer [Mon, 21 Jul 2008 12:27:30 +0000 (12:27 +0000)]
use the simpler g_signal_override_class_handler() instead of
2008-07-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.c (gtk_toolbar_class_init): use the simpler
g_signal_override_class_handler() instead of
g_signal_override_class_closure().
* gtk/gtktextview.c (gtk_text_view_class_init): ditto.
(gtk_text_view_compat_move_focus): chain up using
g_signal_chain_from_overridden_handler() instead of the generic
g_signal_chain_from_overridden() which needs manual fiddling with
millions of GValues.
svn path=/trunk/; revision=20880
Tomasz Dominikowski [Mon, 21 Jul 2008 12:23:25 +0000 (12:23 +0000)]
Polish translation update by Aviary.pl
svn path=/trunk/; revision=20879